XMLDocument.ImportNode Function

Copies a node from another XMLDocument into the current document. If the optional parameter deep is True, ImportNode will import all the child nodes of foreignNode.

Syntax

result = XMLDocument.ImportNode( foreignNode, [deep] )

Parameters

foreignNode

XMLNode

deep

Boolean (Optional)

Return Value

Result

XMLNode

Notes

After you import it, you must then place it somewhere.